rust-ring.git
16 months agoDisable arm-specific codepaths
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
Disable arm-specific codepaths

they cause the resulting code to come out with armv7 markers, which is
a problem given the way rust applications are statically linked.
 Changes in src and tests were made with the commands

 for file in `find src -name '*.rs'` ; do sed -i 's/target_arch = "arm"/target_arch = "armxxx"/g' $file ; done
 for file in `find tests -name '*.rs'` ; do sed -i 's/target_arch = "arm"/target_arch = "armxxx"/g' $file ; done

 Other changes were made manually.

Author: Peter Michael Green <plugwash@raspbian.org>

Gbp-Pq: Name disable-arm-specific-codepaths.patch

16 months agono-js
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
no-js

===================================================================

Gbp-Pq: Name no-js.patch

16 months agoremove-windows
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
remove-windows

===================================================================

Gbp-Pq: Name remove-windows.patch

16 months agofix-tests-no-default-features
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
fix-tests-no-default-features

===================================================================

Gbp-Pq: Name fix-tests-no-default-features.patch

16 months agodisable-tests-missing-testdata
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
disable-tests-missing-testdata

===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

16 months agodisable-slow-tests
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
disable-slow-tests

===================================================================

Gbp-Pq: Name disable-slow-tests.patch

16 months agono-wasm-bindgen-test
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
no-wasm-bindgen-test

===================================================================

Gbp-Pq: Name no-wasm-bindgen-test.patch

16 months agobuilt-using
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
built-using

Gbp-Pq: Name built-using.patch

16 months agorust-ring (0.17.14-2+rpi1) trixie-staging; urgency=medium
Peter Michael Green [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
rust-ring (0.17.14-2+rpi1) trixie-staging; urgency=medium

  * Disable arm-specific codepaths to avoid armv7 contamination.

[dgit import unpatched rust-ring 0.17.14-2+rpi1]

16 months agoImport rust-ring_0.17.14-2+rpi1.debian.tar.xz
Peter Michael Green [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
Import rust-ring_0.17.14-2+rpi1.debian.tar.xz

[dgit import tarball rust-ring 0.17.14-2+rpi1 rust-ring_0.17.14-2+rpi1.debian.tar.xz]

17 months agoImport rust-ring_0.17.14.orig.tar.gz
Peter Michael Green [Tue, 15 Apr 2025 17:32:52 +0000 (17:32 +0000)]
Import rust-ring_0.17.14.orig.tar.gz

[dgit import orig rust-ring_0.17.14.orig.tar.gz]